home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / pcfolded.zip / TODO < prev    next >
Text File  |  1989-05-23  |  2KB  |  53 lines

  1.            Planned Enhancements for FOLDED
  2.  
  3. GENERAL:
  4.  
  5.   * User Configuration Files/More environment variables...next release?
  6.   * Keybinding capability is needed in a future release
  7.   * Finish the 'execute macro' command...decide on user interaction.
  8.   * Implement an exception handler for fatal (core dump) situations to
  9.     provide some 'last minute' backup protection.
  10.   * Implement a 'piped' buffer capability to allow dynamic capture and
  11.     editing of shell sessions (ala Apollo DM pad with a few extras).
  12.   * Clean up and document the code.
  13.  
  14. FOLDING:
  15.  
  16.   Need a hierarchical 'refold' command to undo the previous unfolds. May use
  17.   the 'u' key for this and switch the update screen command to the 'r' or 'U'
  18.   key. Also look into the need for an 'enter fold' command.
  19.  
  20. RELATIONS:
  21.  
  22.   Add 'Relate Scan On/off' [O/o]  option. This would place a user_msg like:
  23.  
  24.     Related to 'related.c' by tag xxxx.
  25.  
  26.   or maybe:
  27.  
  28.     Word 'LINE' is defined here.
  29.  
  30.   every time you scroll onto a line that has a relation. This would simplify
  31.   moving a relation, since you could simply specify something like:
  32.  
  33.   Do 'Relate Move' when you are on the line of the relation to move and then
  34.   after moving to the line you wish the relation moved to, press Relate Move
  35.   again. This could be expanded to include Relate edit (to change the file
  36.   name a line is related to.)
  37.  
  38. IBM PC:
  39.  
  40.   The first release (0.9a) of FOLDED should be thought of as an ALPHA release
  41.   for the IBM PC. I just haven't had much time to do testing since I bought a
  42.   PC clone for the port.
  43.  
  44.   Need to SPEED UP screen updating...and maybe get rid of the need for ANSI.SYS.
  45.   Also add better 'out of memory' handling...Clone_buffer still warns for EVERY
  46.   line that it has trouble alloc'ing for and other commands may be adversely
  47.   affected. Enhanced use of colors would be nice...maybe even user settable.
  48.  
  49.   If there appears to be sufficient interest in the PC market (already
  50.   overcrowded with editors), I will try to get the above tasks into the 1.0
  51.   release.
  52.  
  53.